ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / CodeRange Class / IsSurrogatePair Method / IsSurrogatePair(Char[],Int32) Method
The text as character's array for test.
The index of array.

In This Topic
    IsSurrogatePair(Char[],Int32) Method
    In This Topic
    Whether is pair of surrogate characters.
    Syntax
    'Declaration
     
    Public Overloads Shared Function IsSurrogatePair( _
       ByVal text() As System.Char, _
       ByVal idx As System.Integer _
    ) As System.Boolean
    public static System.bool IsSurrogatePair( 
       System.char[] text,
       System.int idx
    )

    Parameters

    text
    The text as character's array for test.
    idx
    The index of array.

    Return Value

    true if is pair of surrogate characters, otherwise false.
    See Also